@charset "UTF-8";

/***************/
.banner img {
  border-radius: 0 0 5px 5px;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #ba1c1c;
  opacity: .8;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff ;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #ba1c1c;
}
.index-flag{margin-top: 5px;}
.index-flag .pic {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 48.75%;
  z-index: 9;
}
.index-flag a{
  position: relative;
  color: #fff;
}
.index-flag img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
.index-flag p{
  margin: 0;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  line-height: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-radius: 0 0 5px 5px;
  padding: 0 200px;
  z-index: 10;
}
.index-flag .swiper-pagination{
  left: auto;
  bottom: 8px;
  right: 10px;
  padding: 0 5px;
  width: auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
  box-shadow: rgba(0,0,0,0.3) 1px 1px 0;
  border-radius: 20px;
}
.wzhdyc{
  background: #ba1c1c;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 5px;
}
.wzhdyc .pic{
  position: relative;
  padding-bottom: 53.62%;
}
.wzhdyc .pic img{
  width: 100%;height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
}
.wzhdyc ul{}
.wzhdyc ul li{}
.wzhdyc ul li a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
  background: url(../images/arrow.png) 2px center no-repeat;
  border-bottom: 1px dashed #fff;
  height: 40px;
  line-height: 40px;
  display: block;
}

.index-news{
width: 100%;
text-align: left;
min-height: 230px;
background: #fff;
border: 1px solid #e7eaf1;
border-radius: 5px;
-webkit-box-shadow: 0 1px 3px rgba(0,37,55,0.05);
box-shadow: 0 1px 3px rgba(0,37,55,0.05);
padding: 10px;
}

.index-news > .title {
border-bottom: 1px solid #ba1c1c;
margin-bottom: 10px;
}
.index-news > .title h2{ color: #ba1c1c;
float: left;
padding-left: 15px;
margin: 0;
font-size: 22px;
line-height: 36px;
position: relative;
}
.index-news > .title h2:before {
position: absolute;
top: 6px;
left: 5px;
content: '';
height: 22px;
width: 4px;
background: #ba1c1c;
}
.index-row-0{ margin-top: 5px;margin-bottom: 5px;}
.index-row-1{ margin-top: 5px;margin-bottom: 5px;}

.index-news ul{}
.index-news ul li {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding-left: 15px;
  overflow: hidden;
  background: url(../images/arrow_b.png) 4px 7px no-repeat;
  font-weight: 500;
}
.index-news ul li a{
  height: 24px;
  line-height: 24px;
}
.index-news ul li .title{
  color: #595959;
  float: left;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width: calc(100% - 90px);
}
.index-news ul li a:hover .title{
  color: #850404 ;
  text-decoration: underline;
}
.index-news ul li .time {
  color: #8d8d8d;
  float: right;
  margin-right: 5px;
}
.index-news .more {
  text-align: right;
  margin-top: 20px;
}
.index-news .more a  {
  padding: 5px 7px;
  border: 1px solid;
  border-radius: 5px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  color: #ba1c1c;
}
.index-news .more a:hover {
  background: #ba1c1c;
  border-color: #ba1c1c;
  color: #fff ;
}
.bankuaiyou1{ padding-top: 5px;}
.bankuaiyou1 .pic{
  background-color: #fff;
  padding: 8px 0;
  border: 1px solid #e7eaf1;
}
.bankuaiyou1 .pic a{
  display: block;
  width: 100%;
  padding-bottom: 42.33%;
  position: relative;
}
.bankuaiyou1 .pic img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
.bankuaiyou2 {
  margin-top: 15px;
}
@media screen and (min-width:992px) {
 .index-row-0{ margin-right: -10px; }
.index-row-1{ margin-left: -10px;}
.wzhdyc{ margin-left: -15px;}
.bankuaiyou1{ margin-left: -15px;}
.bankuaiyou2{ margin-left: -15px;}
}



